Einhugur Xml Plugin for Xojo

EinhugurXml.XPathType Enum

XPath value type codes for use with XPath variables.

enum EinhugurXml.XPathType

Constants

TYPE_NONE = 0Unknown type (query failed to compile).
TYPE_NODE_SET = 1Node set (xpath_node_set).
TYPE_NUMBER = 2Number.
TYPE_STRING = 3String.
TYPE_BOOLEAN = 4Boolean.